home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / osdev / may95 / rodd11.gif < prev    next >
Graphics Interchange Format  |  1996-06-19  |  79KB  |  492x545  |  4-bit (16 colors)
Labels: text | screenshot | font | number | parallel
OCR: The Code ULONG ulFOO(ULONG ulParm)A PULONG pulPtr = new ULONG[16]; LONG iTmp; ULONG aulTmp[2]; ULONG ulRes = ulFoo(10); The Stack ulParm(= 10)A Return Ådr aul.Tmp[1]A aulTmp[0]A Auto vars are not pushed. iTmp ESP is just decremented ulPtr ESP points here after after function is entered Stack Bottom Figure 1. Example of stack usage in a function call,